GET api/deals?phase[0]={phase[0]}&phase[1]={phase[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| phase | Collection of DealStatusType |
Required |
Body Parameters
None.
Response Information
Resource Description
CollectionDealDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
|
| Rows | Collection of RowDealDTO |
Required |
|
| AggregateRows | Collection of RowDealAggregationDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Rows": [
{
"Status": "Unknown",
"Locations": [
{
"LocationId": 1,
"Code": "sample string 1"
},
{
"LocationId": 1,
"Code": "sample string 1"
}
],
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CashYield": 1.0,
"CADate": "2026-02-05T06:31:48.7364656-08:00",
"ClosedDate": "2026-02-05T06:31:48.7424646-08:00",
"LOISentDate": "2026-02-05T06:31:48.7424646-08:00",
"LOIDueDate": "2026-02-05T06:31:48.7424646-08:00",
"DealId": 1,
"Name": "sample string 2",
"ProductType": "Unknown",
"AcquisitionType": "Unknown",
"AgentContact": {
"ContactId": 1,
"AgentCompanyId": 1,
"Name": "sample string 2",
"Title": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5"
},
"AgentCompany": {
"AgentId": 1,
"Name": "sample string 2"
},
"AgentAlternative": "sample string 3",
"InvestmentVP": "sample string 4",
"Docs": true,
"InvestmentIA": "sample string 5",
"Amount": 1.0,
"NoProperties": 1
},
{
"Status": "Unknown",
"Locations": [
{
"LocationId": 1,
"Code": "sample string 1"
},
{
"LocationId": 1,
"Code": "sample string 1"
}
],
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CashYield": 1.0,
"CADate": "2026-02-05T06:31:48.7364656-08:00",
"ClosedDate": "2026-02-05T06:31:48.7424646-08:00",
"LOISentDate": "2026-02-05T06:31:48.7424646-08:00",
"LOIDueDate": "2026-02-05T06:31:48.7424646-08:00",
"DealId": 1,
"Name": "sample string 2",
"ProductType": "Unknown",
"AcquisitionType": "Unknown",
"AgentContact": {
"ContactId": 1,
"AgentCompanyId": 1,
"Name": "sample string 2",
"Title": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5"
},
"AgentCompany": {
"AgentId": 1,
"Name": "sample string 2"
},
"AgentAlternative": "sample string 3",
"InvestmentVP": "sample string 4",
"Docs": true,
"InvestmentIA": "sample string 5",
"Amount": 1.0,
"NoProperties": 1
}
],
"AggregateRows": [
{
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"NoProperties": 1,
"Amount": 1.0
},
{
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"NoProperties": 1,
"Amount": 1.0
}
]
}